JBoss 4.0.5.GA
- You will need to obtain a copy of the jtds-1.2.2.jar (version 1.2.2). This is the SQL Server Database driver. It is available at http://jtds.sourceforge.net/. Place that jar in the ..\ jboss-4.0.5.GA\server\default\lib directory
- Copy the sqlrep-ds.xml to the …\jboss-4.0.5.GA\server\default\deploy directory
- Copy the ExpereIEServices.ear from the CD to the …\jboss-4.0.5.GA\server\default\deploy directory
- Open the ExpereIEServices.ear and edit the bsi.properties file to allow the ear to connect to a SQL server database, uncomment the following lines:
- com.bankerssystems.expere.db.SqlServerDriver=net.sourceforge.jtds.jdbc.Driver
- com.bankerssystems.expere.db.AdminAccessorClass=com.bankerssystems.expere.db.SQLAdminAccessor
- com.bankerssystems.expere.db.StoreAccessorClass=com.bankerssystems.expere.db.SQLStoreAccessor
- In the ExpereIEServices.ear remove the xml-apis.jar
- In the ExpereIEServices.ear remove the log4j-1.2.13.jar
- In the ExpereIEServices.ear remove the log4j.LICENSE.txt
- In the ExpereIEServices.ear remove the log4j.xml
- In the ExpereIEServices.ear rename the commons-logging-1.1.jar to commons-logging.jar
- The following JARs need to be updated to be compatible with Expere. These are the versions which come with JBoss 4.2.3
- log4j-boot.jar in …\jboss-4.0.5.GA\lib with a log4j-boot.jar (version 5.0.0.Beta2)
- log4j.jar in …\jboss-4.0.5.GA\server\default\lib with a log4j.jar (version 1.2.13)
- log4j-snmp-appender.jar in …\jboss-4.0.5.GA\server\default\lib with a log4j-snmp-appender.jar (version 5.0.0.Beta2)
- Remove the xml-apis.jar from the …\jboss-4.0.5.GA\lib\endorsed directory